







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Clears this dictionary. Always throws an exception
indicating that this method is not supported in a read-only dictionary.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
| C# |
|---|
private void IDictionary.Clear() |
| Visual Basic (Declaration) |
|---|
Private Sub System.Collections.IDictionary.Clear Implements IDictionary.Clear |
| Visual C++ |
|---|
private: virtual void System.Collections.IDictionary.Clear () sealed = IDictionary::Clear |
Exceptions
| Exception | Condition |
|---|---|
| System..::NotSupportedException | Always thrown. |
